home *** CD-ROM | disk | FTP | other *** search
- object NewRepositoryForm: TNewRepositoryForm
- Left = 376
- Top = 141
- ActiveControl = DRName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Dictionary %s'
- ClientHeight = 197
- ClientWidth = 442
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 423
- Height = 139
- Shape = bsFrame
- end
- object NameLabel: TLabel
- Left = 17
- Top = 23
- Width = 151
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Name:'
- end
- object DatabaseLabel: TLabel
- Left = 17
- Top = 53
- Width = 151
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Datenbank:'
- end
- object TableLabel: TLabel
- Left = 17
- Top = 83
- Width = 151
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Name der Tabelle:'
- end
- object DescLabel: TLabel
- Left = 17
- Top = 111
- Width = 151
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Beschreibung:'
- end
- object TableEdit: TEdit
- Left = 174
- Top = 79
- Width = 247
- Height = 29
- TabOrder = 5
- OnChange = CheckOK
- end
- object TableBox: TComboBox
- Left = 174
- Top = 79
- Width = 247
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Sorted = True
- TabOrder = 6
- OnChange = CheckOK
- OnDropDown = TableBoxDropDown
- end
- object OKBtn: TButton
- Left = 110
- Top = 159
- Width = 103
- Height = 31
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 219
- Top = 159
- Width = 103
- Height = 31
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 328
- Top = 159
- Width = 103
- Height = 31
- Caption = '&Hilfe'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DRName: TEdit
- Left = 173
- Top = 20
- Width = 248
- Height = 29
- TabOrder = 3
- OnChange = CheckOK
- end
- object DbList: TComboBox
- Left = 173
- Top = 49
- Width = 248
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Sorted = True
- TabOrder = 4
- OnChange = DbListChange
- end
- object DRDesc: TEdit
- Left = 174
- Top = 108
- Width = 247
- Height = 30
- TabOrder = 7
- end
- end
-